SaveAsIco(String,Nullable<Rectangle>,IcoFrameEncoding) Method
In This Topic
Saves the image into a file in ICO format.
Syntax
'Declaration
Public Overloads Sub SaveAsIco( _
ByVal As System.String, _
Optional ByVal As System.Nullable(Of Rectangle), _
Optional ByVal As IcoFrameEncoding _
)
public void SaveAsIco(
System.string ,
System.Nullable<Rectangle> ,
IcoFrameEncoding
)
Parameters
- path
- The output file path.
- clipRect
- Clipping rectangle of the image to be saved.
- encoding
- Encoding of the frame image.
See Also